Auto merge of #2470 - alexcrichton:better-path-error-message, r=brson
authorbors <bors@rust-lang.org>
Fri, 11 Mar 2016 23:48:59 +0000 (15:48 -0800)
committerbors <bors@rust-lang.org>
Fri, 11 Mar 2016 23:48:59 +0000 (15:48 -0800)
commit014c114bce884b5ac4309e247394b2c26fd1d83a
tree76989e1cd93c0b9b3c8f3494b17e36a7e579df96
parentd6e148dcd17bb747ad39c510618a97867ac9bbab
parentd1e640d79b4bb2447ba044712d207e50fec4669b
Auto merge of #2470 - alexcrichton:better-path-error-message, r=brson

Improve the error message for missing path overrides

Closes #2457